home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Fun House 8
/
CD Funhouse Version 8.0 - Wayzata Technology (7013) (1993).iso
/
pc
/
mac
/
__intere
/
hyperlab.0
/
background_18330.txt
< prev
next >
Wrap
Text File
|
1990-03-22
|
666b
|
31 lines
-- background: 18330 from stack: in.0
-- bmap block id: 0
-- flags: 4000
-- background id: 0
-- name: volumes
-- part 1 (field)
-- low flags: 01
-- high flags: 0007
-- rect: left=239 top=32 right=335 bottom=496
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: volumes
----- HyperTalk script -----
-- Script by Chris Christensen written for HyperLabels
on mouseUp
put line ClickLine() of field "volumes" into volume
if volume <> ""
then
pop card
put catalog(volume) into background field "Description"
end if
end mouseUp